From: Richard M. Stallman Date: Tue, 3 Sep 1996 21:38:45 +0000 (+0000) Subject: (other-frame): Don't call unfocus-frame. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~82983 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7722472277f7d288e17fe946957a5a6719c9f4b1;p=emacs.git (other-frame): Don't call unfocus-frame. --- diff --git a/lisp/frame.el b/lisp/frame.el index 274b86bbc95..b8184b98adc 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -514,9 +514,7 @@ A negative ARG moves in the opposite order." (setq arg (1+ arg))) (raise-frame frame) (select-frame frame) - (set-mouse-position (selected-frame) (1- (frame-width)) 0) - (if (fboundp 'unfocus-frame) - (unfocus-frame)))) + (set-mouse-position (selected-frame) (1- (frame-width)) 0))) ;;;; Frame configurations